Crate structmeta
source ·Expand description
Parse Rust’s attribute arguments by defining a struct.
See #[derive(StructMeta)]
documentation for details.
Structs§
name
style attribute argument.name(value)
style attribute argument.name = value
style attribute argument.
Derive Macros§
- Derive
syn::parse::Parse
for syntax tree node. - Derive
syn::parse::Parse
for parsing attribute arguments. - Derive
quote::ToTokens
for syntax tree node.